Skip to content

Commit

Permalink
Finally, updated CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo committed Oct 24, 2023
1 parent 690ccf1 commit 47c44bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
pypi:
runs-on: ubuntu-latest
needs: [package]
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/' )
if: github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/' )
# Specifying a GitHub environment is optional, but strongly encouraged
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
python-version: '3.11'
- name: Install dao-scripts
run: pip install dao-scripts[upload]
run: pip install 'dao-scripts[upload]>=1.1.14'
- name: Upload dataset
run: dao-utils-upload-dw
env:
Expand Down

0 comments on commit 47c44bd

Please sign in to comment.