Skip to content

Commit b393880

Browse files
Update test_and_deploy.yaml
1 parent 3cec7bf commit b393880

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/test_and_deploy.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -75,29 +75,3 @@ jobs:
7575
token: ${{ secrets.CODECOV_TOKEN }}
7676
fail_ci_if_error: true # optional (default = false)
7777
verbose: true # optional (default = false)
78-
deploy:
79-
# this will run when you have tagged a commit, starting with "v*"
80-
# and requires that you have put your twine API key in your
81-
# github secrets (see readme for details)
82-
needs: [test]
83-
runs-on: ubuntu-latest
84-
if: contains(github.ref, 'tags')
85-
steps:
86-
- name: Checkout code
87-
uses: actions/checkout@v3
88-
89-
- name: Set up Python 3.10
90-
uses: actions/setup-python@v4
91-
with:
92-
python-version: "3.10"
93-
94-
- name: Install hatch
95-
run: pip install hatch
96-
97-
- name: Build project for distribution
98-
run: hatch build
99-
100-
- name: Publish a Python distribution to PyPI
101-
uses: pypa/gh-action-pypi-publish@release/v1
102-
with:
103-
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)