aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 13:55:37 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 13:55:37 +0000
commit24bc2f91975c0ff9e0e77d6da658e014fab59c26 (patch)
treeb33ebabb192e42399c30662ad8d4ba1ef1b1dff6
parentcode formatting (diff)
downloadSyncRNG-24bc2f91975c0ff9e0e77d6da658e014fab59c26.tar.gz
SyncRNG-24bc2f91975c0ff9e0e77d6da658e014fab59c26.zip
temporarily remove tag restriction for workflow
-rw-r--r--.github/workflows/python-deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml
index eae1294..e23ee49 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: