Skip to content

Commit

Permalink
Improve gh actions 🐙
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Dec 11, 2023
1 parent 4e179aa commit daaac77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
python-version: "3.x"
- name: Install pypa/build
run: >-
python3 -m
python -m
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
run: python -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

environment:
name: testpypi
url: https://test.pypi.org/p/<package-name>
url: https://test.pypi.org/p/tclf

permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tclf"
version = "0.0.1"
authors = [
{ name="Markus Bilz", email="[email protected]" },
]
Expand Down

0 comments on commit daaac77

Please sign in to comment.