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.
1 parent 1fe1f2b commit 35ef71eCopy full SHA for 35ef71e
.github/workflows/release.yml
@@ -31,7 +31,9 @@ jobs:
31
run: poetry build
32
- name: Publish to test PyPI
33
if: ${{ github.event_name == 'push' }}
34
- run: poetry publish -r testpypi
+ uses: pypa/gh-action-pypi-publish@release/v1
35
+ with:
36
+ repository-url: https://test.pypi.org/legacy/
37
- name: Publish to PyPI
38
if: ${{ github.event_name == 'release' }}
- run: poetry publish
39
pyproject.toml
@@ -13,8 +13,6 @@ packages = [
13
python = "^3.9"
14
pysigma = "^0.11.19"
15
16
-[tool.poetry.dev-dependencies]
17
-
18
[tool.poetry.group.dev.dependencies]
19
pytest = "^8.2.2"
20
pytest-cov = "^5.0.0"
0 commit comments