Skip to content

Commit

Permalink
[build] pypi workflow rm setup-python step
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed May 31, 2024
1 parent 64fd64b commit bdf8a48
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install pypa/build
run: >-
python3 -m
pip install
build toml
--user
run: |
pip3 install --user build toml --break-system-packages
- name: prepare python distribution
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
Expand Down

0 comments on commit bdf8a48

Please sign in to comment.