aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 21:41:48 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 21:41:48 +0000
commit9c54bef9d0c410b45fbe35288cf94cf53d90bd4d (patch)
treed166dff5d1e05986491d6964de1a346f8be62e46
parentAdd first version of workflow for uploading to pypi (diff)
downloadSyncRNG-9c54bef9d0c410b45fbe35288cf94cf53d90bd4d.tar.gz
SyncRNG-9c54bef9d0c410b45fbe35288cf94cf53d90bd4d.zip
while we test don't restrict tags
-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 951f387..05e7223 100644
--- a/.github/workflows/python-deploy.yml
+++ b/.github/workflows/python-deploy.yml
@@ -4,8 +4,8 @@ on:
push:
branches:
- master
- tags:
- - v*
+ #tags:
+ #- v*
jobs:
build_wheels: