Update pypa/gh-action-pypi-publish digest to a712d98 #308
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# C/C++ with GCC | |
# Build your C/C++ project with GCC using make. | |
# Add steps that publish test results, save build artifacts, deploy, and more: | |
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc | |
trigger: | |
- main | |
pool: | |
vmImage: ubuntu-latest | |
steps: | |
- script: | | |
make | |
displayName: 'make' |