Skip to content

Commit

Permalink
removing wheel upload to unstable release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Feb 9, 2021
2 parents 3973c78 + 28520d3 commit 0b82a51
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 406 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install wheel setuptools
python -m pip install numpy scipy matplotlib bumps periodictable scikit-learn pytest pytest-cov
python -m pip install numpy scipy matplotlib bumps periodictable scikit-learn pytest pytest-cov numba
python setup.py build_ext --inplace
python setup.py build
mkdir release
Expand Down Expand Up @@ -97,16 +97,14 @@ jobs:
echo "SRC_DIST=$(ls dist/*.tar.gz)" >> $GITHUB_ENV
echo "WINDOWS_WHL=$(ls dist/*win*.whl)" >> $GITHUB_ENV
echo "MACOS_WHL=$(ls dist/*macos*.whl)" >> $GITHUB_ENV
echo "WINDOWS_LATEST_WHL=$(ls unstable/*win*.whl)" >> $GITHUB_ENV
echo "MACOS_LATEST_WHL=$(ls unstable/*macos*.whl)" >> $GITHUB_ENV
- name: Update unstable release
uses: johnwbyrd/update-release@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release: unstable
tag: sid
files: unstable/Refl1D-windows-exe-latest.zip ${{ env.WINDOWS_LATEST_WHL }} ${{ env.MACOS_LATEST_WHL }}
files: unstable/Refl1D-windows-exe-latest.zip

- name: Update current release
if: startsWith(github.ref, 'refs/tags')
Expand Down
256 changes: 0 additions & 256 deletions refl1d/lib/calc_g_zs_cex.c

This file was deleted.

Loading

0 comments on commit 0b82a51

Please sign in to comment.