removed comments

added newlines

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-01-31 09:14:27 +01:00
parent f289eca3d7
commit 79350c01da
No known key found for this signature in database
2 changed files with 1 additions and 7 deletions

View File

@ -106,7 +106,6 @@ jobs:
- name: Install dependencies
run: pip install -e '.[dev]' && pip install wheel && python setup.py bdist_wheel sdist
#run: poetry install --with dev
- name: Upload to PyPI
run: |
@ -115,9 +114,6 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
#run: |
# poetry build
# poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}
- name: Upload to GitHub
uses: softprops/action-gh-release@v1

View File

@ -32,5 +32,3 @@ jobs:
- name: Audit dependencies
run: pip-audit --ignore-vuln PYSEC-2022-42969 --ignore-vuln PYSEC-2022-203 --ignore-vuln GHSA-r9hx-vwmv-q579