v1.6.0 #109
webknjaz
announced in
Announcements
v1.6.0
#109
Replies: 1 comment 8 replies
-
I'm now getting this error in an existing workflow which installs python 3.10: Traceback (most recent call last):
File "/root/.local/bin/twine", line 5, in <module>
from twine.__main__ import main
ModuleNotFoundError: No module named 'twine' The relevent sections of the workflow are so: jobs:
deploy:
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/setup-python@v4
with:
python-version: 3.10
# ...
- uses: pypa/gh-action-pypi-publish@release/v1
with:
# ... The only thing that has changed is this release was pushed to branch release/v1. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DO NOT USE THIS VERSION, UPDATE TO v1.6.4
Anything's changed?
The only update is that the Python runtime has been upgraded from 3.9 to 3.11. There are no functional changes in this release.
Full Changelog: v1.5.2...v1.6.0
This discussion was created from the release v1.6.0.
Beta Was this translation helpful? Give feedback.
All reactions