Skip to content

Commit

Permalink
Configuring GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed Dec 11, 2020
1 parent c442028 commit 278ca5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
setup.py
bdist_wheel
- name: Publish distribution 📦 to Test PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TEST }}
Expand Down

0 comments on commit 278ca5c

Please sign in to comment.