File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
11
11
runs-on : ubuntu-20.04
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - name : Set up Python 3.8
14
+ - name : Set up Python 3.9
15
15
uses : actions/setup-python@v5
16
16
with :
17
- python-version : 3.8
17
+ python-version : 3.9
18
18
- name : Upgrade setuptools and wheel
19
19
run : python -m pip install --user --upgrade setuptools wheel
20
20
- name : Build a binary wheel and a source tarball
21
21
run : python setup.py sdist bdist_wheel
22
22
- name : Publish package to PyPI
23
- uses : pypa/gh-action-pypi-publish@master
23
+ uses : pypa/gh-action-pypi-publish@release/v1.10
24
24
with :
25
25
password : ${{ secrets.pypi_password }}
26
26
# The PyPI API token (password) was generated as per https://pypi.org/help/#apitoken
You can’t perform that action at this time.
0 commit comments