We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f32fc commit 4546ab1Copy full SHA for 4546ab1
1 file changed
.github/workflows/build.yaml
@@ -37,7 +37,8 @@ jobs:
37
https://build.openmodelica.org/apt \
38
$(cat /etc/os-release | grep "\(UBUNTU\\|DEBIAN\\|VERSION\)_CODENAME" | sort | cut -d= -f 2 | head -1) \
39
stable" | sudo tee /etc/apt/sources.list.d/openmodelica.list
40
- sudo apt install --no-install-recommends omc
+ sudo apt update
41
+ sudo apt install openmodelica
42
- uses: actions/checkout@v3
43
- uses: actions/setup-python@v4
44
with:
@@ -63,4 +64,4 @@ jobs:
63
64
- run: python -m pip install --upgrade pip wheel
65
- run: pip install twine
66
- run: python setup.py sdist bdist_wheel
- - run: twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} dist/*
67
+ - run: twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} dist/*
0 commit comments