Skip to content

Commit 7b9124d

Browse files
authored
Merge pull request #6 from uclahs-cds/aholmes-update-action-versions
Update action versions to use latest "minor" version.
2 parents ad48742 + ab1d1ec commit 7b9124d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

publish-to-github/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
name: python-package-distributions
3232
path: dist/
3333
- name: Sign the dists with Sigstore
34-
uses: sigstore/gh-action-sigstore-python@v1.2.3
34+
uses: sigstore/gh-action-sigstore-python@v1
3535
with:
3636
inputs: >-
3737
./dist/*.tar.gz

publish-to-pypi/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
name: python-package-distributions
3939
path: dist/
4040
- name: Publish distribution 📦 to PyPI
41-
uses: pypa/gh-action-pypi-publish@release/v1.8
41+
uses: pypa/gh-action-pypi-publish@release/v1
4242
with:
4343
#repository-url: https://upload.pypi.org/legacy/
4444
repository-url: ${{ inputs.url }}

0 commit comments

Comments
 (0)