Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 4eab9de

Browse files
PasarusDanNixon
authored andcommitted
Update run-tests.yml
1 parent 3fabe92 commit 4eab9de

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ jobs:
4848
fail_ci_if_error: true
4949
verbose: true
5050

51-
- name: Build package for publishing
52-
if: ${{ github.ref == 'refs/heads/main' }}
53-
run: python3 -m pip install --upgrade build wheel && python -m build
54-
55-
- name: Publish distribution 📦 to PyPI
56-
if: ${{ github.ref == 'refs/heads/main' }}
57-
uses: pypa/gh-action-pypi-publish@master
58-
with:
59-
password: ${{ secrets.PYPI_API_TOKEN }}
60-
6151
dependency-check:
6252
name: Dependency-Check
6353
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)