Skip to content

Commit 6faab98

Browse files
patrick91ampagent
andauthored
Bump Autopub to latest alpha (#4609)
Co-authored-by: Amp <amp@ampcode.com>
1 parent eeac232 commit 6faab98

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.0a61"
45+
autopub-version: "1.0.0a63"
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.0a61"
33+
autopub-version: "1.0.0a63"
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.0a61"
56+
autopub-version: "1.0.0a63"
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.0a61"
63+
autopub-version: "1.0.0a63"
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.0a61"
70+
autopub-version: "1.0.0a63"
7171
extra-plugins: "strawberry-autopub-plugins>=0.3.0"
7272
github-token: ${{ secrets.BOT_TOKEN }}
7373
git-username: botberry

0 commit comments

Comments
 (0)