We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1041f9 commit eb8054aCopy full SHA for eb8054a
.github/workflows/test_and_distribute.yml
@@ -13,7 +13,7 @@ jobs:
13
# The Python version from the matrix used to build and deploy to Pypi
14
PYTHON_BUILD_VERSION: 3.8
15
# Condition for building and deploying
16
- BUILD_AND_DEPLOY: ${{ github.event_name == 'push' && matrix.python-version == env.PYTHON_BUILD_VERSION }}
+ BUILD_AND_DEPLOY: ${{ github.event_name == 'push' && matrix.python-version == $PYTHON_BUILD_VERSION }}
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up Python ${{ matrix.python-version }}
0 commit comments