Skip to content

Commit

Permalink
Fix typo in build publish to pypi step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Jan 29, 2024
1 parent d41be7b commit 1671777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
run: |
poetry build -f wheel
poetry build -f sdist
poetry publish -u "__token__" -p '${{ secrets.PYPI_OBS_PORTAL_API_TOKEN }}'
poetry publish -u "__token__" -p '${{ secrets.PYPI_OCS_ARCHIVE_API_TOKEN }}'

0 comments on commit 1671777

Please sign in to comment.