Skip to content

Commit

Permalink
github actions update for publishing to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
venaturum committed Sep 13, 2021
1 parent 16ad63d commit 24cb98f
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload to test-PYPI
name: Upload to PYPI

on:
release:
Expand All @@ -19,8 +19,7 @@ jobs:
poetry install
- name: Build package
run: poetry build
- name: Publish to Test-PyPI
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 24cb98f

Please sign in to comment.