ready for PR

This commit is contained in:
krande
2023-08-02 08:40:26 +02:00
committed by Thomas Krijnen
parent 85943c8086
commit 3f4d183680
@@ -3,13 +3,13 @@ name: ci-ifcopenshell-conda-daily-v0.8.0
on: on:
push: push:
branches: branches:
- v0.8.0-pr-conda-daily - v0.8.0
jobs: jobs:
activate: activate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: | if: |
github.repository == 'krande/IfcOpenShell' github.repository == 'IfcOpenShell/IfcOpenShell'
steps: steps:
- name: Set env - name: Set env
run: echo ok go run: echo ok go
@@ -70,9 +70,9 @@ jobs:
- name: upload to anaconda - name: upload to anaconda
if: ${{ matrix.platform.name == 'win' }} if: ${{ matrix.platform.name == 'win' }}
run: | run: |
anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force --user ifcopenshell --label dev '${{ github.workspace }}/dist/${{ matrix.platform.pkg_dir }}/*.tar.bz2' anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force --user ifcopenshell '${{ github.workspace }}/dist/${{ matrix.platform.pkg_dir }}/*.tar.bz2'
- name: upload to anaconda - name: upload to anaconda
if: ${{ matrix.platform.name != 'win' }} if: ${{ matrix.platform.name != 'win' }}
run: | run: |
anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force --user ifcopenshell --label dev ${{ github.workspace }}/dist/${{ matrix.platform.pkg_dir }}/*.tar.bz2 anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force --user ifcopenshell ${{ github.workspace }}/dist/${{ matrix.platform.pkg_dir }}/*.tar.bz2