ni / nisystemlink-clients-python

Python API for interacting with a SystemLink Server, created and supported by NI.
https://ni.com/systemlink
MIT License
10 stars 14 forks source link

chore: Pin python-semantic-release to latest 7.x version #48

Closed spanglerco closed 1 year ago

spanglerco commented 1 year ago

What does this Pull Request accomplish?

Pin the version of python-semantic-release to 7.34.3, which is the latest 7.x release. The 8.x releases drastically changed how the utility is used.

Why should this Pull Request be merged?

Fix our release workflow so we can actually publish new versions (AB#2468953).

What testing has been done?

Verified the pip install command works. No other testing.