Update pypi.yml
This commit is contained in:
5
.github/workflows/pypi.yml
vendored
5
.github/workflows/pypi.yml
vendored
@@ -13,8 +13,9 @@ jobs:
|
|||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
sudo python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install setuptools wheel twine
|
sudo python3 -m pip install setuptools wheel twine
|
||||||
|
sudo python3 -m pip install --upgrade setuptools wheel twine
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user