There was an error while loading. Please reload this page.
2 parents ac8e0e3 + 04842f0 commit 2080b4cCopy full SHA for 2080b4c
1 file changed
.github/workflows/pypi.yml
@@ -10,9 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
environment:
12
name: pypi
13
- url: https://pypi.org/p/itwinai
+ url: https://pypi.org/p/dask-flood-mapper
14
permissions:
15
id-token: write
16
+ contents: write
17
steps:
18
- name: Checkout repo
19
uses: actions/checkout@v4
@@ -36,5 +37,7 @@ jobs:
36
37
run: |
38
git config --local user.name "$GITHUB_ACTOR"
39
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
- git commit $(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '_version') -m 'Bump version' || echo "No changes to commit"
40
+ git commit "$(git diff --name-only ${{ github.event.before }} \
41
+ ${{ github.sha }} | grep '_version')" -m 'Bump version' || \
42
+ echo "No changes to commit"
43
git push origin || echo "No changes to commit"
0 commit comments