Sfoglia il codice sorgente

Update release-pypi.yml

Timothy J. Baek 1 anno fa
parent
commit
28e3701187
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/release-pypi.yml

+ 1 - 1
.github/workflows/release-pypi.yml

@@ -4,7 +4,7 @@ on:
   push:
     branches:
       - main # or whatever branch you want to use
-      - dev
+      - pypi-release
 
 jobs:
   release: