Skip to content

Commit

Permalink
Merge pull request #115 from AVEgame/pypi
Browse files Browse the repository at this point in the history
publish on actual pypi
  • Loading branch information
mscroggs authored Jul 5, 2020
2 parents fd0b983 + 902d76b commit 921e0ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish 🐍 πŸ“¦ to PyPI and TestPyPI
name: Publish 🐍 πŸ“¦ to PyPI

on:
push:
Expand All @@ -21,8 +21,8 @@ jobs:
pip install wheel
python setup.py bdist_wheel
python setup.py sdist --formats=gztar
- name: Publish πŸ“¦ to Test PyPI
- name: Publish πŸ“¦ to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.pypi_password }}

0 comments on commit 921e0ac

Please sign in to comment.