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.
2 parents 5f2be90 + 8806990 commit 28365f2Copy full SHA for 28365f2
.github/workflows/python-publish.yml
@@ -20,13 +20,13 @@ jobs:
20
python-version: '3.x'
21
- name: Install dependencies
22
run: |
23
- python setup.py build_proto_c
24
python -m pip install --upgrade pip wheel setuptools twine
25
pip install setuptools wheel twine
26
- name: Build and publish
27
env:
28
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
29
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
30
+ python setup.py build_proto_c
31
python setup.py sdist bdist_wheel
32
python -m twine --repository testpypi upload dist/*
0 commit comments