Skip to content

Commit 820ef22

Browse files
committed
test
1 parent 400e595 commit 820ef22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: "3.x"
2121
- name: Install pypa/build
22-
run: python -m pip install --user build twine
22+
run: python -m pip install build twine
2323
- name: Add '.devN' to version for non-tag builds
2424
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
2525
run:
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build a binary wheel and a source tarball
3030
run: python -m build
3131
- name: Twine check the distribution packages
32-
run: python -m twine check --strict dist/yamllint-*
32+
run: python -Im twine check --strict dist/yamllint-*
3333
- name: Store the distribution packages
3434
uses: actions/upload-artifact@v4
3535
with:

0 commit comments

Comments
 (0)