Skip to content

Commit 8252db5

Browse files
authored
Merge pull request #10 from BlockScience/dev
updated workflow
2 parents 2d0196e + 9309f61 commit 8252db5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/publish-to-test-pypi.yml renamed to .github/workflows/publish-to-pypi.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ jobs:
6868
inputs: >-
6969
./dist/*.tar.gz
7070
./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 ""
7971
- name: Upload artifact signatures to GitHub Release
8072
env:
8173
GITHUB_TOKEN: ${{ github.token }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "rid-lib"
7-
version = "3.2.4"
7+
version = "3.2.5"
88
description = "Implementation of Reference Identifiers (RIDs) protocol in Python"
99
authors = [
1010
{name = "Luke Miller", email = "[email protected]"}

0 commit comments

Comments
 (0)