Skip to content
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

fix github action for publishing stubs #1707

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

madhur-ob
Copy link
Collaborator

No description provided.

@@ -29,13 +29,13 @@ jobs:
run: |
cd ./stubs && python3 setup.py sdist bdist_wheel --universal && cd -
- name: Publish metaflow-stubs package
uses: pypa/gh-action-pypi-publish@9b8e7336db3f96a2939a3e9fa827c62f466ca60d # master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • I think we just need to do release/v1 according to the doc

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using hash for v1.8.11

with:
user: __token__
password: ${{ secrets.pypi_password }}
packages-dir: ./stubs/dist
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted...

@madhur-ob madhur-ob changed the title use packages_dir in github action fix github action for publishing stubs Jan 30, 2024
@romain-intel romain-intel merged commit dc6af41 into Netflix:master Jan 30, 2024
32 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants