File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1- name : Publish Python 🐍 distributions 📦 to PyPI
1+ name : Publish Python distributions to PyPI
22
33on :
44 release :
55 types : [published]
66
77jobs :
88 build-n-publish :
9- name : Build and publish Python 🐍 distributions 📦 to PyPI
10- runs-on : ubuntu-18.04
9+ name : Build and publish Python distributions to PyPI
10+ runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@master
1313 - name : Set up Python 3.10
1414 uses : actions/setup-python@v3
1515 with :
1616 python-version : ' 3.10'
1717 - name : Install pypa/setuptools
18- run : >-
19- python -m
20- pip install wheel
18+ run : python -m pip install wheel
2119 - name : Build a binary wheel
22- run : >-
23- python setup.py sdist bdist_wheel
24- - name : Publish distribution 📦 to PyPI
25- uses : pypa/gh-action-pypi-publish@master
20+ run : python setup.py sdist bdist_wheel
21+ - name : Publish distribution to PyPI
22+ 2623 with :
2724 password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments