Skip to content

Commit 8f71aa4

Browse files
committed
still trying
1 parent 041ecf0 commit 8f71aa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
- uses: actions/checkout@v4
4141
with:
4242
persist-credentials: false
43-
- name: Update project
44-
run: python3 util/make-test-project
4543
- name: Set up Python
4644
uses: actions/setup-python@v5
4745
with:
4846
python-version: "3.x"
47+
- name: Update project
48+
run: python3 ./util/make-test-project
4949
- name: Install pypa/build
5050
run: >-
5151
python3 -m

0 commit comments

Comments
 (0)