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 GitHub Action to Test Uploading PyPI #161

Open
wants to merge 11 commits into
base: fastsim-2
Choose a base branch
from

Commits on Oct 2, 2024

  1. Add test to upload files to testpypi

    Michael O'Keefe authored and Michael O'Keefe committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    06484e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update testpypi secret to match name in Github Actions secrets section

    Michael O'Keefe authored and Michael O'Keefe committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    385b4df View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Temporarily diable production PyPI to test Test PyPI

    Michael O'Keefe authored and Michael O'Keefe committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1556e5a View commit details
    Browse the repository at this point in the history
  2. Add critical CIBW flag for Mac OS builds

    Michael O'Keefe authored and Michael O'Keefe committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    53ca6e9 View commit details
    Browse the repository at this point in the history
  3. Also add critical Mac OS CI build fix for wheels.yml

    Michael O'Keefe authored and Michael O'Keefe committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b3089c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Fix GitHub actions error in release.yaml

    Got a deprecation error for using v2.* of download-artifact. Changed both upload and download to use v4. More details and the actual error appear below:
    
    Error: This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2.1.1`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
    michael-okeefe authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    530ae24 View commit details
    Browse the repository at this point in the history
  2. Fixed typo on download-artifact version.

    It needs to be "@v4" instead of "@4"
    michael-okeefe authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    150216f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    eb6ae93 View commit details
    Browse the repository at this point in the history
  2. Temporarily rename project to testfastsim to test Test PyPI upload

    Michael O'Keefe authored and Michael O'Keefe committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f0d19e6 View commit details
    Browse the repository at this point in the history
  3. Restore name

    Michael O'Keefe authored and Michael O'Keefe committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ad8b324 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Restore publishing to production PyPI

    Michael O'Keefe authored and Michael O'Keefe committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f9771fb View commit details
    Browse the repository at this point in the history