We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7030498 commit 85bad20Copy full SHA for 85bad20
.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@efb823f52190ad02594531168b7a2d5790e66516 # v2
23
24
publish-to-pypi:
25
name: Publish to PyPI
0 commit comments