Skip to content

Commit

Permalink
pypi package update on release
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Sep 12, 2023
1 parent 5cd3bb4 commit 7ae7339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# .github/workflows/publish.yml
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
name: Publish package
on: push
jobs:
pypi-publish:
name: Upload release to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "sharded-queue"
version = "0.0.1"
version = "0.0.0"
authors = [
{ name="Dmitry Krokhin", email="[email protected]" },
]
Expand Down

0 comments on commit 7ae7339

Please sign in to comment.