diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 23:40:51 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 23:40:51 +0000 |
| commit | ef9273185a25445e77d22cc9638bf6c0e4e72840 (patch) | |
| tree | 1fc86b41b6a2ba7b49bb43459e15c953b0a978d9 | |
| parent | Remove python 2.7 trove (diff) | |
| download | SyncRNG-ef9273185a25445e77d22cc9638bf6c0e4e72840.tar.gz SyncRNG-ef9273185a25445e77d22cc9638bf6c0e4e72840.zip | |
fix workflow comment
| -rw-r--r-- | .github/workflows/python-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index 0a14b83..db402fa 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -74,7 +74,7 @@ jobs: upload_pypi: needs: [build_wheels, build_sdist] runs-on: ubuntu-latest - # upload to PyPI on every tag starting with 'v' + # upload to PyPI on tags starting with 'v' that don't contain '-rc.' if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') && !contains(github.event.ref, '-rc.') steps: - uses: actions/download-artifact@v2 |
