Skip to content

Commit

Permalink
update poetry config
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn committed Jul 5, 2021
1 parent 47dedcc commit cfab158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
destination_dir: /microrts/artifacts
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
run: poetry config ${{ secrets.pypi_password }} && poetry publish
run: poetry config pypi-token.pypi ${{ secrets.pypi_password }} && poetry publish

0 comments on commit cfab158

Please sign in to comment.