edmundsj/rcwa

Build not pushing to PyPi

edmundsj opened this issue · 1 comments

For some reason the latest build is not pushing to pyPi. This has something to do with the GITHUB_REF variable not being equal to 'ref/branch/master' on line 52 of the github workflows doc. I will need to add an "echo" to print the actual value of that variable for appropriate comparison. Currently only test PyPi has latest build.

Fixed in 8c93b02. Build is now pushing to pypi when pushing code from the master branch.