We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d0196e + 9309f61 commit 8252db5Copy full SHA for 8252db5
.github/workflows/publish-to-test-pypi.yml renamed to .github/workflows/publish-to-pypi.yml
@@ -68,14 +68,6 @@ jobs:
68
inputs: >-
69
./dist/*.tar.gz
70
./dist/*.whl
71
- - name: Create GitHub Release
72
- env:
73
- GITHUB_TOKEN: ${{ github.token }}
74
- run: >-
75
- gh release create
76
- "$GITHUB_REF_NAME"
77
- --repo "$GITHUB_REPOSITORY"
78
- --notes ""
79
- name: Upload artifact signatures to GitHub Release
80
env:
81
GITHUB_TOKEN: ${{ github.token }}
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "rid-lib"
7
-version = "3.2.4"
+version = "3.2.5"
8
description = "Implementation of Reference Identifiers (RIDs) protocol in Python"
9
authors = [
10
{name = "Luke Miller", email = "[email protected]"}
0 commit comments