Skip to content

Commit f0cbd37

Browse files
committed
update Release.yml
1 parent f9503e8 commit f0cbd37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v1
15+
- name: Set up Python
16+
uses: actions/setup-python@v3
17+
with:
18+
python-version: '3.x'
1519
- name: Build and publish
1620
run: |
21+
python -m pip install --upgrade pip
1722
pip install twine
1823
python setup.py sdist bdist_wheel
1924
twine upload dist/* -u __token__ -p $PYPI_TOKEN

0 commit comments

Comments
 (0)