Skip to content

Commit 083ecca

Browse files
authored
Merge pull request #34 from cloudbeds/chore/replace-deprecated-gha
chore: replace deprecated GHA
2 parents 161bf55 + 0ac6c95 commit 083ecca

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
4646
- name: Generate token
4747
id: generate-token
48-
uses: tibdex/github-app-token@v2
48+
uses: actions/create-github-app-token@v2
4949
with:
50-
app_id: 391670
51-
private_key: ${{ steps.app-private-key.outputs.key }}
50+
app-id: 391670
51+
private-key: ${{ steps.app-private-key.outputs.key }}
5252

5353
- name: Checkout code
5454
uses: actions/checkout@v6
@@ -145,7 +145,7 @@ jobs:
145145
uv build
146146
147147
- name: Upload distributions
148-
uses: actions/upload-artifact@v4
148+
uses: actions/upload-artifact@v7
149149
with:
150150
name: release-dists
151151
path: dist/

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ classifiers = [
2525
"Operating System :: OS Independent",
2626

2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.8",
2928
"Programming Language :: Python :: 3.9",
3029
"Programming Language :: Python :: 3.10",
3130
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)