diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-15 16:54:52 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-15 16:54:52 +0000 |
| commit | 1ccfe6a0c23e8047d458123eb8f51726e83f8151 (patch) | |
| tree | 6313541fab400cd779d5cae3deb4cc23c26a5c31 | |
| parent | SyncRNG Release 1.3.2 (diff) | |
| download | SyncRNG-1ccfe6a0c23e8047d458123eb8f51726e83f8151.tar.gz SyncRNG-1ccfe6a0c23e8047d458123eb8f51726e83f8151.zip | |
Reinstate tag restriction in workflow
| -rw-r--r-- | .github/workflows/python-deploy.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index e23ee49..eae1294 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -2,8 +2,8 @@ name: Build and upload to PyPI on: push: - #tags: - #- v* + tags: + - v* jobs: build_wheels: |
