1 parent c3bcaa2 commit 784b6cdCopy full SHA for 784b6cd
2 files changed
.github/workflows/publish.yml
@@ -55,7 +55,7 @@ jobs:
55
runs-on: ubuntu-latest
56
environment: pypi
57
permissions:
58
- id-token: write # this is what replaces your token/twine login
+ id-token: write
59
steps:
60
- name: Download build artifacts
61
uses: actions/download-artifact@v4
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pygolem"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Spawn tiny little servants, running things in parallel."
5
readme = "README.md"
6
requires-python = ">=3.8"
@@ -28,4 +28,4 @@ build-backend = "setuptools.build_meta"
28
where = ["src"]
29
30
[tool.pytest.ini_options]
31
-testpaths = ["tests"]
+testpaths = ["tests/test_threads.py"]
0 commit comments