We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd6a92 commit d80e45bCopy full SHA for d80e45b
.github/workflows/publish-pypi.yaml
@@ -46,7 +46,7 @@ jobs:
46
uv run pytest -sv tests/unit
47
48
pypi-publish:
49
- name: ☁️ upload release to TestPyPI
+ name: ☁️ upload release to PyPI
50
runs-on: ubuntu-latest
51
needs: [ check_build_trigger, unit_testing ]
52
if: |
README.md
@@ -58,7 +58,7 @@
58
- **Documentation**: For a deep dive into `Auto-Sklong`, check out our
59
[official docs](https://simonprovost.github.io/Auto-Sklong/).
60
61
-- **PyPi**: The library is published on [PyPi here](https://pypi.org/project/Auto-Sklong/).
+- **PyPi**: The library's latest version is published on [PyPi here](https://pypi.org/project/Auto-Sklong/).
62
63
64
## <a id="about-the-project"></a>💡 About The Project
0 commit comments