From 79350c01da5e84bbf56845b24b19129ab9120ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Tue, 31 Jan 2023 09:14:27 +0100 Subject: [PATCH] removed comments added newlines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .github/workflows/CI.yml | 6 +----- .github/workflows/audit.yml | 2 -- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 16291a5..466d589 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -171,4 +167,4 @@ jobs: tags: ${{ steps.semver.outputs.tags }} labels: ${{ steps.semver.outputs.labels }} env: - CRYPTOGRAPHY_DONT_BUILD_RUST: 1 \ No newline at end of file + CRYPTOGRAPHY_DONT_BUILD_RUST: 1 diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 9052213..9f557e9 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -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 - - \ No newline at end of file