Skip to content

Commit 888e7de

Browse files
authored
Merge pull request #119 from Czarified/labeler_work
Labeler work
2 parents a7063e7 + 8d881f2 commit 888e7de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
user: __token__
7979
password: ${{ secrets.TEST_PYPI_TOKEN }}
80-
repository_url: https://test.pypi.org/legacy/
80+
repository-url: https://test.pypi.org/legacy/
8181

8282
- name: Publish the release notes
8383
uses: release-drafter/[email protected]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hyperstruct"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Hyperstruct"
55
authors = ["Benjamin Crews <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)