Skip to content

Commit a0e463e

Browse files
committed
fix1
1 parent 420ce84 commit a0e463e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pypi.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Upload Python Package
33
on:
44
release:
55
types: [published]
6+
push:
7+
branches:
8+
- pypi-debug
69

710
jobs:
811
deploy:
@@ -14,7 +17,7 @@ jobs:
1417
with:
1518
python-version: '3.9'
1619
- name: Install dependencies
17-
run: pip install --upgrade pip twine
20+
run: pip install --upgrade pip twine build
1821
- name: Build and publish
1922
env:
2023
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)