https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision abb645178e2f3e5ac4865ed461ff092db9118728 authored by Bryna Hazelton on 14 March 2023, 22:19:09 UTC, committed by Bryna Hazelton on 15 March 2023, 18:14:56 UTC
github.ref is the correct thing to use here, see: https://docs.github.com/en/actions/learn-github-actions/contexts#github-context

I guess that the github.event.ref gave the same value when the triggering event is a push but not when the triggering event is a release.
1 parent bb2217c
Raw File
Tip revision: abb645178e2f3e5ac4865ed461ff092db9118728 authored by Bryna Hazelton on 14 March 2023, 22:19:09 UTC
Fix the check if this is a new tag.
Tip revision: abb6451
environment.yaml
name: pyuvdata
channels:
  - conda-forge
dependencies:
  - astropy>=5.0.4
  - astropy-healpix>=0.6
  - astroquery>=0.4.4
  - coverage
  - cython>=0.23
  - h5py>=3.1
  - hdf5plugin>=3.1.0
  - numpy>=1.19
  - pip
  - pre-commit
  - pyerfa>=2.0
  - pypandoc
  - pytest>=6.2.0
  - pytest-cases>=3.6.9
  - pytest-cov
  - pytest-xdist
  - python-casacore>=3.3.1
  - pyyaml>=5.1
  - scipy>=1.3
  - setuptools_scm<7.0|>=7.0.3
  - sphinx
  - pip:
      - lunarsky>=0.2.1
      - novas
      - novas_de405
back to top