Skip to content

Commit

Permalink
actions: poetry build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Parzival1918 committed Sep 27, 2023
1 parent 488aae3 commit 1a84db3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
env:
PYPI_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
run: |
python -m poetry config repositories.testpypi https://test.pypi.org/legacy/
python -m poetry config http-basic.testpypi __token__ $PYPI_TOKEN
python -m poetry publish --build
python -m poetry config repositories.test-pypi https://test.pypi.org/legacy/
python -m poetry config pypi-token.test-pypi $PYPI_TOKEN
python -m poetry publish --build -r test-pypi
# - name: Publish to PyPi package
# env:
Expand Down

0 comments on commit 1a84db3

Please sign in to comment.