Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
uses: autopub/autopub-action@5fdc82e84c048a82303de6b5c5a9d027665e73cf # v1.1.1
with:
command: check
autopub-version: "1.0.0a61"
autopub-version: "1.0.0a63"
fail-on-missing: "true"
extra-plugins: "strawberry-autopub-plugins>=0.3.0"
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: autopub/autopub-action@5fdc82e84c048a82303de6b5c5a9d027665e73cf # v1.1.1
with:
command: check
autopub-version: "1.0.0a61"
autopub-version: "1.0.0a63"
github-token: ${{ secrets.BOT_TOKEN }}
extra-plugins: "strawberry-autopub-plugins>=0.3.0"

Expand All @@ -53,21 +53,21 @@ jobs:
uses: autopub/autopub-action@5fdc82e84c048a82303de6b5c5a9d027665e73cf # v1.1.1
with:
command: prepare
autopub-version: "1.0.0a61"
autopub-version: "1.0.0a63"
extra-plugins: "strawberry-autopub-plugins>=0.3.0"

- name: Build package
uses: autopub/autopub-action@5fdc82e84c048a82303de6b5c5a9d027665e73cf # v1.1.1
with:
command: build
autopub-version: "1.0.0a61"
autopub-version: "1.0.0a63"
extra-plugins: "strawberry-autopub-plugins>=0.3.0"

- name: Publish to PyPI
uses: autopub/autopub-action@5fdc82e84c048a82303de6b5c5a9d027665e73cf # v1.1.1
with:
command: publish
autopub-version: "1.0.0a61"
autopub-version: "1.0.0a63"
extra-plugins: "strawberry-autopub-plugins>=0.3.0"
github-token: ${{ secrets.BOT_TOKEN }}
git-username: botberry
Expand Down
Loading