Skip to content

Commit bec2843

Browse files
authored
Update dist.yml
1 parent 599c0b5 commit bec2843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Set up Python 3.8
14+
- name: Set up Python 3.9
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.8
17+
python-version: 3.9
1818
- name: Upgrade setuptools and wheel
1919
run: python -m pip install --user --upgrade setuptools wheel
2020
- name: Build a binary wheel and a source tarball
2121
run: python setup.py sdist bdist_wheel
2222
- name: Publish package to PyPI
23-
uses: pypa/gh-action-pypi-publish@master
23+
uses: pypa/gh-action-pypi-publish@release/v1.10
2424
with:
2525
password: ${{ secrets.pypi_password }}
2626
# The PyPI API token (password) was generated as per https://pypi.org/help/#apitoken

0 commit comments

Comments
 (0)