We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc2957c + 3ff8df6 commit f7e363aCopy full SHA for f7e363a
1 file changed
.github/workflows/ci-build.yml
@@ -49,30 +49,3 @@ jobs:
49
with:
50
name: python-package-distributions
51
path: dist/
52
-
53
- publish:
54
- name: Publish to PyPI
55
- needs: build
56
- runs-on: ubuntu-latest
57
58
- if: startsWith(github.ref, 'refs/tags/')
59
60
- permissions:
61
- id-token: write
62
- contents: read
63
64
- environment:
65
- name: release
66
- url: https://pypi.org/p/python-pdftables-api
67
68
- steps:
69
- - name: Download artifacts
70
- uses: actions/download-artifact@v8
71
- with:
72
- name: python-package-distributions
73
- path: dist/
74
75
- - name: Publish distribution to PyPI
76
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
77
78
- verbose: true
0 commit comments