We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d5547 commit d3a4b01Copy full SHA for d3a4b01
README.md
@@ -29,6 +29,6 @@ that contains `[publish]` in the commit message will trigger the
29
[`publish`](.github/workflows/publish.yml) workflow. The workflow builds
30
sdist and wheel via `python -m build` and uploads them to PyPI using the
31
`pypa/gh-action-pypi-publish` action. The upload requires a
32
-`PYPI_API_TOKEN` secret configured in the repository.
+`PYPI_API_TOKEN` secret configured in the repository.
33
34
psyflow/StimUnit.py
@@ -509,7 +509,6 @@ def show(
509
)
510
self.send_trigger(offset_trigger)
511
512
-
513
self.log_unit()
514
return self
515
0 commit comments