-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github action with just @v2 version not found #1587
Comments
You can use If you don't want a pin, or want to have a custom pin, you can use See #1517. Footnotes
|
I am fine with the cibuildwheel changes which could break things, but never have for me because my project already supports and is tested on all the things, and I do test builds to test pypi. But I understand why the cibuildwheel project is doing this, so closing the issue. Consider this an upvote for allowing just the major version to be specified. |
Description
I no longer want to specify the full cibuildwheel version and have to keep updating it, so I tried with only @v2
Before
uses: pypa/[email protected]
After:
uses: pypa/cibuildwheel@v2
That works for other actions, but attempting an action run gives the error message:
Build log
https://github.com/rogerbinns/apsw/actions/runs/5965705676
CI config
https://github.com/rogerbinns/apsw/actions/runs/5965705676/workflow
The text was updated successfully, but these errors were encountered: