Skip to content

Commit 784b6cd

Browse files
committed
Add trusted publishing workflow, bump to 0.1.1, scope tests
1 parent c3bcaa2 commit 784b6cd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
environment: pypi
5757
permissions:
58-
id-token: write # this is what replaces your token/twine login
58+
id-token: write
5959
steps:
6060
- name: Download build artifacts
6161
uses: actions/download-artifact@v4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pygolem"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Spawn tiny little servants, running things in parallel."
55
readme = "README.md"
66
requires-python = ">=3.8"
@@ -28,4 +28,4 @@ build-backend = "setuptools.build_meta"
2828
where = ["src"]
2929

3030
[tool.pytest.ini_options]
31-
testpaths = ["tests"]
31+
testpaths = ["tests/test_threads.py"]

0 commit comments

Comments
 (0)