babypandas-dev / babypandas

Pandas data-analysis library with a restricted API
MIT License
8 stars 7 forks source link

Hotfix/version workflow #20

Closed rodalbuyeh closed 1 year ago

rodalbuyeh commented 1 year ago

Increment babypandas version for re-push to pypi.

Ignoring master for run-tests-on-push action.

Added conditional triggers for build-and-publish job to run ONLY WHEN:

  1. a pull request is merged into master, this will run everything except the pypi push but is useful to verify that test and build is working.
  2. A new tag is pushed specifically to the master branch. This allows for post-hoc triggering of build and distribution.

Once this is approved, please tag master with 0.1.9 (skipping 0.1.8) to trigger artifact distribution.