Skip to content

Commit f7e363a

Browse files
authored
Merge pull request #76 from pdftables/steve/remove-publication-step
Remove publication step for now
2 parents fc2957c + 3ff8df6 commit f7e363a

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,3 @@ jobs:
4949
with:
5050
name: python-package-distributions
5151
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-
with:
78-
verbose: true

0 commit comments

Comments
 (0)