Skip to content

Commit

Permalink
upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvadorBrandolin committed Jan 20, 2023
1 parent 94e3d66 commit 0860861
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -48,4 +44,4 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install twine
twine upload --skip-existing dist/*
twine upload dist/*

0 comments on commit 0860861

Please sign in to comment.