Skip to content

Commit 30f0142

Browse files
committed
bump version to 1.0.2.post5
1 parent 52bcca9 commit 30f0142

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
token: ${{ secrets.ANACONDA_TOKEN }} # Replace with the right name of your secret
323323

324324
- name: Upload package to GitHub Release
325-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' }}
325+
if: ${{ matrix.os == 'ubuntu-latest' }}
326326
uses: ncipollo/release-action@v1.12.0
327327
with:
328328
allowUpdates: true

.github/workflows/cron-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
token: ${{ secrets.ANACONDA_TOKEN }} # Replace with the right name of your secret
218218

219219
- name: Upload package to GitHub Release
220-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' }}
220+
if: ${{ matrix.os == 'ubuntu-latest' }}
221221
uses: ncipollo/release-action@v1.12.0
222222
with:
223223
allowUpdates: true

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5
1+
0

0 commit comments

Comments
 (0)