Browse Source

Enable automatic publish.

Jelmer Vernooij 4 years ago
parent
commit
6b77a6490c
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .github/workflows/pythonpublish.yml

+ 1 - 4
.github/workflows/pythonpublish.yml

@@ -4,8 +4,6 @@ on:
   push:
     tags:
       - dulwich-*
-    branches:
-      - master
 
 jobs:
   deploy:
@@ -50,5 +48,4 @@ jobs:
         TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
         TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
       run: |
-        ls wheelhouse
-        echo twine upload wheelhouse/*
+        twine upload wheelhouse/*