We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7030498 commit 3b58cd2Copy full SHA for 3b58cd2
1 file changed
.github/workflows/publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
- if: github.repository == 'chrishas35/simplefin-python-test'
21
run: sed -i -e 's/name = "simplefin"/name = "simplefin-test"/g' pyproject.toml
22
- - uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # v2
+ - uses: hynek/build-and-inspect-python-package@fe0a0fb1925ca263d076ca4f2c13e93a6e92a33e # v2
23
24
publish-to-pypi:
25
name: Publish to PyPI
0 commit comments