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 fe7b119 + 76272b3 commit 129de47Copy full SHA for 129de47
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -41,14 +41,6 @@ jobs:
41
- name: Check out the repo
42
uses: actions/checkout@v4
43
44
- - name: Build and publish distribution 📦 to Test PyPI
45
- uses: JRubics/poetry-publish@v2.0
46
- with:
47
- python_version: "3.11"
48
- pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
49
- repository_name: "testpypi"
50
- repository_url: "https://test.pypi.org/legacy/"
51
-
52
- name: Build and publish distribution 📦 to PyPI
53
uses: JRubics/poetry-publish@v2.0
54
with:
0 commit comments