Skip to content

Commit d3a4b01

Browse files
committed
[publish]
1 parent f9d5547 commit d3a4b01

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ that contains `[publish]` in the commit message will trigger the
2929
[`publish`](.github/workflows/publish.yml) workflow. The workflow builds
3030
sdist and wheel via `python -m build` and uploads them to PyPI using the
3131
`pypa/gh-action-pypi-publish` action. The upload requires a
32-
`PYPI_API_TOKEN` secret configured in the repository.
32+
`PYPI_API_TOKEN` secret configured in the repository.
3333

3434

psyflow/StimUnit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ def show(
509509
)
510510
self.send_trigger(offset_trigger)
511511

512-
513512
self.log_unit()
514513
return self
515514

0 commit comments

Comments
 (0)