Skip to content

Commit

Permalink
release v0.8.0 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Oct 22, 2024
1 parent 7300737 commit 97754a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build-and-publish-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
---
name: build-and-publish-to-pypi

# build wheels and push to PyPI whenever a GitHub release is published
on:
push:
branches:
- build/*
pull_request:
branches:
- build/*
# build wheels and push to PyPI whenever a GitHub release is published
release:
types:
- published
Expand Down Expand Up @@ -52,7 +46,7 @@ jobs:
with:
name: wheel
path: dist
- uses: pypa/[email protected].2
- uses: pypa/[email protected].3
with:
user: __token__
password: ${{ secrets.PYPI_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion src/pydistcheck/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# no one should be importing from this package
__all__ = [] # type: ignore[var-annotated]

__version__ = "0.7.1.99"
__version__ = "0.8.0"

0 comments on commit 97754a8

Please sign in to comment.