Skip to content

Commit 53f426f

Browse files
Merge pull request #145 from oscarbenjamin/pr_trusted_publisher
Trusted publisher ...
2 parents 7dbe84b + 72a9631 commit 53f426f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Detect and tag new version
4040
id: check-version
4141
if: steps.check-parent-commit.outputs.sha
42-
uses: salsify/action-detect-and-tag-new-version@v2.0.3
42+
uses: salsify/action-detect-and-tag-new-version@v2
4343
with:
4444
version-command: |
4545
hatch version
@@ -86,6 +86,11 @@ jobs:
8686
steps:
8787
- run: echo "Tag = ${{ needs.tag-and-build.outputs.tag }}"
8888

89+
- name: Download release artifacts
90+
uses: actions/download-artifact@v4
91+
with:
92+
name: release-artifacts
93+
8994
- name: Publish package on PyPI
9095
if: needs.tag-and-build.outputs.tag
9196
uses: pypa/gh-action-pypi-publish@release/v1
@@ -94,4 +99,4 @@ jobs:
9499
if: "! needs.tag-and-build.outputs.tag"
95100
uses: pypa/gh-action-pypi-publish@release/v1
96101
with:
97-
repository_url: https://test.pypi.org/legacy/
102+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)