Skip to content

Un-ordering washover_df_multi_city (#153) #30

Un-ordering washover_df_multi_city (#153)

Un-ordering washover_df_multi_city (#153) #30

Workflow file for this run

name: Release to PyPI
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: make install-dev
- name: Prepare dist/
run: make prep-dist
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
verify-metadata: false