Skip to content

Commit f5dd8e9

Browse files
committed
Udpate pypi release wf
* bump python and actions version * newer python version should ensure that '-' is changed to '_' in package name * error: ``` ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ Filename 'pubtools-pulplib-2.43.1.tar.gz' is invalid, should be 'pubtools_pulplib-2.43.1.tar.gz'. ```
1 parent 7282af2 commit f5dd8e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v6
1313
- name: Set up Python
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v6
1515
with:
16-
python-version: '3.8'
16+
python-version: '3.13'
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)