Skip to content

Commit 60691ed

Browse files
authored
fix release workflow, corrective release (#210)
Signed-off-by: William Woodruff <[email protected]>
1 parent dc10121 commit 60691ed

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131

3232
- name: publish
3333
uses: pypa/gh-action-pypi-publish@release/v1
34-
with:
35-
user: __token__
36-
password: ${{ secrets.PYPI_TOKEN }}
3734

3835
- name: sign
3936
uses: sigstore/[email protected]

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.0.33
2+
----------------------------------------------
3+
- Corrective release for 0.0.32
4+
15
0.0.32
26
----------------------------------------------
37
- Handle editable projects with URL-sensitive characters in their paths (#208)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
python_requires=">=3.7",
3030
url="http://github.com/di/pip-api",
3131
summary="An unofficial, importable pip API",
32-
version="0.0.32",
32+
version="0.0.33",
3333
)

0 commit comments

Comments
 (0)