Skip to content

Commit

Permalink
test_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhartm committed Jan 13, 2024
1 parent 219b1cd commit c452ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Publish PyPi package
uses: code-specialist/pypi-poetry-publish@v1
with:
PACKAGE_DIRECTORY: "."
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
PUBLISH_REGISTRY: "https://test.pypi.org/simple/"

0 comments on commit c452ec9

Please sign in to comment.