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

add workflow to publish to PyPI for new tags #223

Closed
prjemian opened this issue Jun 17, 2022 · 1 comment · Fixed by #224
Closed

add workflow to publish to PyPI for new tags #223

prjemian opened this issue Jun 17, 2022 · 1 comment · Fixed by #224
Assignees
Labels
Milestone

Comments

@prjemian
Copy link
Contributor

Per the publishing guidelines, to get a new version published on conda-forge, first must push that new version to PyPI. Then the conda-forge auto-tick bot will hopefully open a PR once it finds the new release on PyPI.

Need to add the workflow that publishes to PyPI on new tags.

@prjemian prjemian added the task label Jun 17, 2022
@prjemian prjemian added this to the v1.1 milestone Jun 17, 2022
@prjemian prjemian self-assigned this Jun 17, 2022
@prjemian
Copy link
Contributor Author

Create an access token on PyPI:

  • name: GitHub Actions CI/CD — bluesky/hklpy
  • scope: hklpy
  • permissions: Upload packages.

Copy and add it (to this repo) with name PYPI_API_TOKEN as a repository secret.

prjemian added a commit that referenced this issue Jun 20, 2022
@prjemian prjemian modified the milestones: v1.2, v1.1 Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant