Skip to content

Commit 32843cb

Browse files
committed
Remove ARM support, requirements
1 parent f5985b9 commit 32843cb

3 files changed

Lines changed: 344 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
ghcr_username: ${{ secrets.GHUB_USERNAME }}
3030
github_ref: ${{ github.ref }}
3131
repository_name: ${{ github.event.repository.name }}
32-
platforms: linux/amd64,linux/arm/v7
32+
platforms: linux/amd64

requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PyGithub >= 1.55
2+
python-dotenv >= 0.20.0

0 commit comments

Comments
 (0)