Skip to content

Commit

Permalink
fix release workflow, corrective release
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Feb 15, 2024
1 parent dc10121 commit eb52442
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:

- name: publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

- name: sign
uses: sigstore/gh-action-sigstore-python@v2.1.1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.0.33
----------------------------------------------
- Corrective release for 0.0.32

0.0.32
----------------------------------------------
- Handle editable projects with URL-sensitive characters in their paths (#208)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
python_requires=">=3.7",
url="http://github.com/di/pip-api",
summary="An unofficial, importable pip API",
version="0.0.32",
version="0.0.33",
)

0 comments on commit eb52442

Please sign in to comment.