From 0860861086181d76f8a5690ec39ac21f4797bcb0 Mon Sep 17 00:00:00 2001 From: salvadorbrandolin Date: Fri, 20 Jan 2023 11:03:34 -0300 Subject: [PATCH] upload action --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d536cc..10a2732 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,10 +33,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v3 - with: - name: dist - path: dist - name: Set up Python uses: actions/setup-python@v3 with: @@ -48,4 +44,4 @@ jobs: run: | python -m pip install --upgrade pip pip install twine - twine upload --skip-existing dist/* + twine upload dist/*