We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 967334f + cae115d commit aac8654Copy full SHA for aac8654
.github/workflows/python-publish.yml
@@ -20,11 +20,11 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
- name: Set up Python
25
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
26
with:
27
- python-version: '3.x'
+ python-version: '3.11'
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
@@ -34,7 +34,8 @@ jobs:
34
- name: Build package
35
run: python -m build
36
- name: Publish package
37
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
+ uses: pypa/gh-action-pypi-publish@master
38
39
user: __token__
40
password: ${{ secrets.PYPI_API_TOKEN }}
41
+ repository-url: https://test.pypi.org/sta_client/
0 commit comments