瀏覽代碼

Enable automatic publish.

Jelmer Vernooij 4 年之前
父節點
當前提交
6b77a6490c
共有 1 個文件被更改,包括 1 次插入4 次删除
  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/*