Skip to content

Commit

Permalink
chore: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Maik Jablonka committed Aug 27, 2023
1 parent cf472a0 commit 45810ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@ skip_install = true
deps =
{[testenv:build]deps}
twine >= 1.5.0
flit
commands =
{[testenv:build]commands}
twine upload --skip-existing --repository-url https://test.pypi.org/simple/ dist/*
twine upload --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*

[testenv:finish]
skip_install = true
Expand All @@ -196,6 +197,7 @@ passenv =
deps =
{[testenv:release]deps}
bump2version
flit
commands =
bump2version release --tag
{[testenv:release]commands}
Expand Down

0 comments on commit 45810ed

Please sign in to comment.