Merge pull request #382 from Vibhu-Agarwal/build-fail-pythonpublish.yaml
Update python-publish.yml
This commit is contained in:
@@ -22,6 +22,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel twine
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Build and publish
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user