mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
ready for PR
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user