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

Move from "test.pypi.org" to the real pypi.org #952

Open
ctrl-z-9000-times opened this issue Jul 8, 2021 · 1 comment
Open

Move from "test.pypi.org" to the real pypi.org #952

ctrl-z-9000-times opened this issue Jul 8, 2021 · 1 comment

Comments

@ctrl-z-9000-times
Copy link
Collaborator

Currently we're releasing python packages to pypi's test server, not their production server.
It would be nice if this project were located on the production server.

If it were on the production server, then installation would be as simply as pip install htm-core

See file .github/workflows/release.yaml
Line 208-214:

    - name: Publish to PyPI
      uses: pypa/gh-action-pypi-publish@master
      with:
        user: __token__
        password: ${{ secrets.pypi_password }}
        repository_url: https://test.pypi.org/legacy/ #TODO toggle test/real pypi
        packages_dir: ./dist/
@ctrl-z-9000-times
Copy link
Collaborator Author

Before the next release: don't forget to also modify the README file to indicate what combinations of Python and platform that are supported in pypi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant