Skip to content

Commit

Permalink
Fix TestPyPI test
Browse files Browse the repository at this point in the history
commit 57d6b6a
Author: MilesCranmer <miles.cranmer@gmail.com>
Date:   Sat Dec 30 02:45:53 2023 +0000

    Ensure setuptools installed in test

commit 18589bb
Author: MilesCranmer <miles.cranmer@gmail.com>
Date:   Sat Dec 30 02:25:30 2023 +0000

    Bump to 0.6.2

    Squashed commit of the following:

    commit 12cba08
    Merge: 28af425 ce3ac83
    Author: Miles Cranmer <miles.cranmer@gmail.com>
    Date:   Sat Dec 30 02:23:21 2023 +0000

        Merge pull request #544 from JuliaPy/update-to-0.6.2

        Bump to 0.6.2 with Python 3.12 fix

    commit ce3ac83
    Author: MilesCranmer <miles.cranmer@gmail.com>
    Date:   Sat Dec 30 02:03:45 2023 +0000

        Bump to 0.6.2 with Python 3.12 fix

    commit 28af425
    Author: Miles Cranmer <miles.cranmer@gmail.com>
    Date:   Fri Dec 29 16:55:50 2023 +0000

        Update setup actions and get working on 3.12 (#541)

        * Update setup actions

        * Fix PyJulia on Python 3.12 (#538)

        * Fix importlib deprecated API

        * Test Python 3.12

        * Test Julia 1.9

        * Fix semantics of exec_module vs create_module

        * Ensure we can find spec from JuliaModule

        * Bump version with python 3.12 compat

        * Declare compat for 3.11 and 3.12

        * Only test 1.6, 1.9, 1
  • Loading branch information
MilesCranmer committed Dec 30, 2023
1 parent de79d3a commit 7773372
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install setuptools and wheel
run: |
python -m pip install --user setuptools wheel
- name: Download from TestPyPI
run: |
pip download --dest dist --no-deps --index-url https://test.pypi.org/simple/ ${{ matrix.package }}
Expand Down

0 comments on commit 7773372

Please sign in to comment.