Skip to content

Commit 5e621b0

Browse files
committed
--user?
1 parent 639ae3f commit 5e621b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Push to PyPI
33
on:
44
push:
55
tags: ["v*"]
6+
branches: ["main"]
67

78
jobs:
89
python-library:
@@ -17,7 +18,7 @@ jobs:
1718
with:
1819
python-version: "3.12"
1920
- name: Build
20-
run: python3 -m build
21+
run: python3 -m pip install build --user
2122

2223
- name: Publish to PyPI
2324
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)