Skip to content

Commit

Permalink
publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Apr 2, 2024
1 parent 9fbab79 commit 621521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
- uses: "actions/setup-python@v5"
with:
python-version: "3.x"
- run: "git update-index --assume-unchanged pyproject.toml"
- run: "python -m pip install --upgrade build"
- run: "python -m build ."
- uses: "actions/upload-artifact@v3"
Expand All @@ -30,6 +29,7 @@ jobs:
- uses: "pypa/gh-action-pypi-publish@release/v1"
with:
repository-url: "https://test.pypi.org/legacy/"
skip-existing: true
publish:
environment:
name: "pypi.org"
Expand Down

0 comments on commit 621521b

Please sign in to comment.