Skip to content

Commit

Permalink
ci: Enable github actions publish workflow
Browse files Browse the repository at this point in the history
For future reference, to upload to testpypi with poetry one
needs to first issue the following poetry command:
poetry config repositories.testpypi https://test.pypi.org/legacy/
  • Loading branch information
riddell-stan committed Aug 27, 2020
1 parent 08418f3 commit 49030cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
python -m poetry publish --build -u __token__ -p $PYPI_TOKEN -r testpypi
python -m poetry publish --build -u __token__ -p $PYPI_TOKEN

0 comments on commit 49030cf

Please sign in to comment.