Skip to content

Commit aac8654

Browse files
2 parents 967334f + cae115d commit aac8654

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Set up Python
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.x'
27+
python-version: '3.11'
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
@@ -34,7 +34,8 @@ jobs:
3434
- name: Build package
3535
run: python -m build
3636
- name: Publish package
37-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37+
uses: pypa/gh-action-pypi-publish@master
3838
with:
3939
user: __token__
4040
password: ${{ secrets.PYPI_API_TOKEN }}
41+
repository-url: https://test.pypi.org/sta_client/

0 commit comments

Comments
 (0)