-
Notifications
You must be signed in to change notification settings - Fork 2
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
Package Workflow not publishing to PyPI #27
Comments
@banillie - what exactly is the problem? Not sure what "Package Workflow" means. Can help if you're able to describe what you're trying to do. |
@yulqen I've created a .yml file in .github/workflows. This publishes Python 🐍 distributions 📦 to PyPI and TestPyPI. It was working fine until Tuesday when I initiated the workflow to publish the latest version of the package. It ran as expected, but skipped the actual publishing to PYPI. The work log shows this https://github.com/banillie/analysis_engine/actions Not sure what happened?! I was going to go back over the tutorial I used for setting up the workflow to refresh my memory on how it works. Cheers. |
@banillie - I can't see the log containing the failure (the URL in your last post is wrong) but looking at your |
@yulqen ok thanks. Will show you tomorrow! Another thing to add to the list! |
@yulqen still ok for a coding chat later? What time is good for you? |
@yulqen something to do with how I'm version tagging the code I've just removed the tagging requirement for now. Will read-up on git tagging when I have sometime. |
You might have to use semantic versioning format or something (v.1.0.0, v.0.1.0, etc). Looks like you're doing it right from a git point of view. |
@yulqen do you have any time tomorrow for a coding chat? No problem if you don't dude. Only if it's suitable for you. |
Yep, should be good. Usual time. |
Excellent. 👍 Cheers 👨 see you then. |
probably something to do with updating secret keys.
The text was updated successfully, but these errors were encountered: