Skip to content

Commit e6ffbc3

Browse files
committed
Bump AutoPub to 1.0.0a61
1 parent 7da38ef commit e6ffbc3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
uses: autopub/autopub-action@5fdc82e84c048a82303de6b5c5a9d027665e73cf # v1.1.1
4343
with:
4444
command: check
45-
autopub-version: "1.0.0a59"
45+
autopub-version: "1.0.0a61"
4646
fail-on-missing: "true"
4747
extra-plugins: "strawberry-autopub-plugins>=0.3.0"

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: autopub/autopub-action@5fdc82e84c048a82303de6b5c5a9d027665e73cf # v1.1.1
3131
with:
3232
command: check
33-
autopub-version: "1.0.0a59"
33+
autopub-version: "1.0.0a61"
3434
github-token: ${{ secrets.BOT_TOKEN }}
3535
extra-plugins: "strawberry-autopub-plugins>=0.3.0"
3636

@@ -53,21 +53,21 @@ jobs:
5353
uses: autopub/autopub-action@5fdc82e84c048a82303de6b5c5a9d027665e73cf # v1.1.1
5454
with:
5555
command: prepare
56-
autopub-version: "1.0.0a59"
56+
autopub-version: "1.0.0a61"
5757
extra-plugins: "strawberry-autopub-plugins>=0.3.0"
5858

5959
- name: Build package
6060
uses: autopub/autopub-action@5fdc82e84c048a82303de6b5c5a9d027665e73cf # v1.1.1
6161
with:
6262
command: build
63-
autopub-version: "1.0.0a59"
63+
autopub-version: "1.0.0a61"
6464
extra-plugins: "strawberry-autopub-plugins>=0.3.0"
6565

6666
- name: Publish to PyPI
6767
uses: autopub/autopub-action@5fdc82e84c048a82303de6b5c5a9d027665e73cf # v1.1.1
6868
with:
6969
command: publish
70-
autopub-version: "1.0.0a59"
70+
autopub-version: "1.0.0a61"
7171
extra-plugins: "strawberry-autopub-plugins>=0.3.0"
7272
github-token: ${{ secrets.BOT_TOKEN }}
7373
git-username: botberry

0 commit comments

Comments
 (0)