We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420ce84 commit a0e463eCopy full SHA for a0e463e
1 file changed
.github/workflows/pypi.yml
@@ -3,6 +3,9 @@ name: Upload Python Package
3
on:
4
release:
5
types: [published]
6
+ push:
7
+ branches:
8
+ - pypi-debug
9
10
jobs:
11
deploy:
@@ -14,7 +17,7 @@ jobs:
14
17
with:
15
18
python-version: '3.9'
16
19
- name: Install dependencies
- run: pip install --upgrade pip twine
20
+ run: pip install --upgrade pip twine build
21
- name: Build and publish
22
env:
23
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments