Skip to content

Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.8.14 #199

Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.8.14

Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.8.14 #199

Workflow file for this run

name: Test tests
on:
push:
branches:
- master
tags: '*'
pull_request:
workflow_dispatch:
jobs:
test__using_default_setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
- run: python -m pip install --upgrade tox
- run: python -m tox -- --no-julia -k test__using_default_setup
env:
PYJULIA_TEST_RUNTIME: dummy