Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Oct 13, 2022
1 parent bc2619a commit 5cfaf6f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload to PyPI.org
run: twine upload -u __token__ -p ${{ secrets.PYPI_TOKEN }} dist/*
- name: Give upload time before downloading
run: sleep 234s
run: sleep 500s
test-pypi:
needs: [get-version, pypi]
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -74,11 +74,10 @@ jobs:
- name: Upload to Anaconda.org
run: |
PATH="/usr/share/miniconda/bin/:$PATH"
anaconda login --username mrbuche --password ${{ secrets.ANACONDA_PASSWORD }}
export ANACONDA_API_TOKEN=${{ secrets.ANACONDA_TOKEN }}
anaconda upload --force /usr/share/miniconda/conda-bld/noarch/ufjc*.tar.bz2
anaconda logout
- name: Give upload time before downloading
run: sleep 234s
run: sleep 500s
test-anaconda:
needs: [get-version, anaconda]
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -114,7 +113,7 @@ jobs:
mrbuche/ufjc:latest
mrbuche/ufjc:${{ needs.get-version.outputs.VERSION }}
- name: Give upload time before downloading
run: sleep 234s
run: sleep 500s
test-docker:
needs: docker
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 5cfaf6f

Please sign in to comment.