Skip to content

Commit

Permalink
Revert last test, only run on release
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Jul 15, 2021
1 parent 22d1b75 commit a5abc4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
path: dist
publish-on-testpypi:
name: 📦 Publish on TestPyPI
# if: github.event_name == 'release'
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- name: ⬇ Download build result
Expand All @@ -50,7 +50,7 @@ jobs:

publish-on-pypi:
name: 📦 Publish tagged releases to PyPI
# if: github.event_name == 'release'
if: github.event_name == 'release'
needs: publish-on-testpypi
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a5abc4f

Please sign in to comment.