Closed mvremec closed 3 years ago
I don't think this is the problem. The entire Github Action is not triggered! We should find out why not..
Also, this would definitely not be 1.1.0, but rather 1.0.2. https://semver.org
The tags you give to a release should be incremental, e.g., 1.0.0 to 1.0.1. In this case the release was 1.0.0 to v1.0.1, so the Github action was not triggered. Fixed it and made a new release. But now the problem is that version.py said 1.0.1b. So it is on Pypi, but as a beta release (https://pypi.org/project/pyet/1.0.1b0/#history).
@raoulcollenteur , I hope this fixes the issue with triggering the GitHub action.