We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0407d commit 5f48c16Copy full SHA for 5f48c16
.github/workflows/test_publish.yml
@@ -18,10 +18,10 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-python@v5
20
with:
21
- python-version: '3.13'
+ python-version: '3.12'
22
- run: pip install build
23
- run: python -m build
24
- uses: pypa/gh-action-pypi-publish@release/v1
25
26
repository-url: https://test.pypi.org/legacy/
27
- skip-existing: true
+ skip-existing: true
0 commit comments