Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opsani/servox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e63f017c6e9e65fbdddbcb66aaf02e92ef1ca7b9
Choose a base ref
..
head repository: opsani/servox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11d0bedae7f848c1941782ed44cb3ac4007645e5
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/release.yml
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Run pytest
run: poetry run pytest tests
run: TERM=dumb poetry run pytest tests
- name: Build artifacts
run: poetry build
- name: Publish to PyPI